home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / askrunlevel / askrunlevel.p < prev    next >
Text File  |  1996-04-03  |  612b  |  21 lines

  1. /* _dict.c 02/03/96 00.16.06 */
  2. /* askrunlevel.c 03/04/96 00.57.32 */
  3. void askrunlevel_config (void);
  4. int askrunlevel_main (int , char *[]);
  5. /* boot.c 02/03/96 13.40.42 */
  6. void boot_save2log (void);
  7. void boot_showlog (void);
  8. /* internal.c 14/10/95 01.33.40 */
  9. /* lilo.c 20/03/96 09.41.40 */
  10. int lilo_edit (void);
  11. int lilo_update (void);
  12. void lilo_addcompil (void);
  13. void lilo_addany (void);
  14. void lilo_setdefault (void);
  15. /* modules.c 03/04/96 00.56.52 */
  16. void modules_check (void);
  17. int modules_avail (void);
  18. void modules_dummy (void);
  19. /* runlevels.c 02/03/96 22.45.48 */
  20. void askrunlevel_readparm (ASK_PARM&parm);
  21.